/* top */
.header{
	height: 120px;
	position:relative;
}

.header h1 {
  width: 316px;
  height: 83px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  float: left;
  margin-top: 19px;
}

.header h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.header-nav{
	float: left;
	margin-top: 44px;
	margin-left: 76px;
}

.header-nav ul li{
	float: left;
}

.header-nav ul li a{
	display: inline-block;
	float: left;
	font-size: 17px;
	color: #666666;
	margin-right: 50px;
	position: relative;
}

.header-nav ul li:last-child a{
	margin-right: 0;
}

.header-nav ul li.on a,.header-nav ul li:hover a{
	font-weight: bold;
	color: #bb986f;
}

.header-nav ul li.on a::after,.header-nav ul li:hover a::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #bb986f;
}

.header .search {
  float: right;
  width: 116px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/search.png);
  cursor: pointer;
  background-size: 26px 26px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.header .header_form {
	position: absolute;
	left: 0;
	bottom: -75px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 666;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: none;
}

.header .header_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.header .header_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

/* 广告图 */
.ibanner{
	width:100%;
	height:100%;
}
.ibanner .swiper-slide a{
	width:100%;
	height:100%;
}
.ibanner .swiper-slide a img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.ibanner .swiper-pagination {
	position:absolute;
	text-align: center;
	bottom:60px;
	left: -476px;
	padding:0;
	z-index:70;
}
.ibanner .swiper-pagination-bullet{
	display:inline-block;
	height:11px;
	width:40px;
	background:url(../images/icon2.png) no-repeat center;
	cursor:pointer;
	opacity:1;
	transition:all 0.3s ease-in;
	margin: 0 8px !important;
}
.ibanner .swiper-pagination-bullet-active{
	background:url(../images/icon.png) no-repeat center;
}

/* footer */
.footer .footer_box{
	padding-top: 92px;
}

.footer .footer_box .text_box{
	float: left;
}

.footer .footer_box .text_box span{
	display: block;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
}

.footer .footer_box .text_box i{
	display: block;
	color: #222222;
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 28px;
}

.footer .footer_box .text_box p{
	color: #888888;
	font-size: 15px;
	line-height: 30px;
}

.footer .footer_box .text_box .footer_share{
	padding-top: 34px;
}

.footer .footer_box .text_box .footer_share > div {
  display: inline-block;
}

.footer .footer_box .text_box .footer_share .img {
  float: left;
  width: 47px;
  height: 47px;
  padding: 0;
  margin-right: 10px;
  position: relative;
  text-align: center;
}

.footer .footer_box .text_box .footer_share .img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer .footer_box .text_box .footer_share .wechat {
    background-image: url(../images/wechat.png);
}

.footer .footer_box .text_box .footer_share .program {
    background-image: url(../images/program.png);
}

.footer .footer_box .text_box .footer_share .tiktok {
    background-image: url(../images/tiktok.png);
}

.footer .footer_box .text_box .footer_share .imgcode {
  position: absolute;
  width: 92px;
  height: 92px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -22px;
  display: none;
}

.footer .footer_box .text_box .footer_share .img:hover .imgcode{
	display: block;
}

.footer .footer_box .footer_nav{
	float: right;
}

.footer .footer_nav dl{
	float: left;
	padding: 0 44px;
	position: relative;
}

.footer .footer_nav dl::after{
	display: inline-block;
	content: "";
	background: url(../images/footer_line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 246px;
}

.footer .footer_nav dl:last-child{
	padding-right: 0;
}

.footer .footer_nav dl:last-child::after{
	content: none;
}

.footer .footer_nav dl dt{
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 25px;
}

.footer .footer_nav dl dd{
	font-size: 15px;
	color: #888888;
	margin-bottom: 10px;
}

.footer .footer_link{
	margin-top: 86px;
	font-size: 15px;
	color: #888888;
}

.footer .footer_link a{
	margin-right: 10px;
}

.footer .footer_line{
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin: 22px 0;
}

.footer .copyright{
	font-size: 15px;
	color: #888888;
	padding-bottom: 50px;
}

.right_list{
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 11111;
}

.right_list li{
	width: 77px;
	height: 77px;
	display: block;
	background-color: #efefef;
	box-sizing: border-box;
	padding: 11px 0;
	cursor: pointer;
	position: relative;
}

.right_list li i{
	display: block;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 6px;
}

.right_list li p{
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.right_list li:hover{
	background-color: #cbaf8f;
}

.right_list li:hover p{
	color: #fff;
}

.right_list li:nth-child(1) i{
	width: 29px;
	height: 29px;
}

.right_list li:nth-child(2) i{
	width: 26px;
	height: 30px;
}

.right_list li:nth-child(3) i{
	width: 35px;
	height: 29px;
}

.right_list li:nth-child(4) i{
	width: 22px;
	height: 13px;
	margin-bottom: 15px;
}

.right_list li:nth-child(1):hover i{
	background-image: url(../images/right_phone2.png)!important;
}
.right_list li:nth-child(2):hover i{
	background-image: url(../images/right_qq2.png)!important;
}
.right_list li:nth-child(3):hover i{
	background-image: url(../images/right_wechat2.png)!important;
}
.right_list li:nth-child(4):hover i{
	background-image: url(../images/right_top2.png)!important;
}

.right_list .show{
	position: absolute;
	top: 0;
	left: -202px;
	width: 200px;
	background-color: #efefef;
	display: none;
}

.right_list .show p{
	font-size: 24px;
	text-align: center;
	line-height: 77px;
	color: #000!important;
}

.right_list .show.qr{
	height: 154px;
}

.right_list .show.qr img{
	width: 94px;
	height: 94px;
	margin-top: 30px;
}

.right_list li:hover .show{
	display: block;
}

.iabout{
	background: url(../images/iabout_bg.jpg) no-repeat center;
	height: 938px;
}

.iabout .iabout_box{
	padding-top: 116px;
}

.iabout .text_box{
	width: 616px;
	float: left;
}

.tit em{
	display: block;
	width: 43px;
	height: 13px;
	background: url(../images/tit_icon.png) no-repeat center;
	margin-bottom: 10px;
}

.tit i{
	font-size: 30px;
	color: #333333;
}

.tit h2{
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}

.iabout .text_box .text{
	margin-top: 44px;
}

.iabout .text_box .text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.iabout .text_box a{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	padding-left: 30px;
	position: relative;
	margin-top: 62px;
}

.iabout .text_box a::before{
	display: inline-block;
	width: 19px;
	height: 19px;
	content: "";
	background: url(../images/iabout_icon.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}

.iabout .img{
	float: right;
	width: 616px;
	height: 483px;
	overflow: hidden;
	cursor: pointer;
}

.iabout .img .swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.iabout .img .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iabout .iabout-swiper .btn_group{
	position: absolute;
    /* bottom: 13px;
    left: -11px; */
	left:0;
	bottom:0;
	width: 124px;
	height: 58px;
	z-index: 11;
}

.iabout .img .swiper-button-prev::after, .iabout .img .swiper-button-next::after {
  display: none;
}

.iabout .img .swiper-button-prev,.iabout .img .swiper-button-next{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
	position:absolute;
}

.iabout .img .swiper-button-prev{
	background-color: #fff;
	background-image: url(../images/iabout_l.png);
	left: 0;
	top: 22px;
}

.iabout .img .swiper-button-next{
	background-color: #cbaf8f;
	background-image: url(../images/iabout_r.png);
	right: 0;
	top: 22px;
}

.iabout .img .swiper-button-next.swiper-button-disabled,.iabout .img .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.iabout .group{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 60px;
}

.iabout .group .item {
  width: 260px;
  text-align: center;
  position: relative;
  padding: 52px 0;
  box-sizing: border-box;
  float: left;
}

.iabout .group .item span{
	font-size: 70px;
	color: #333333;
	position: relative;
	font-weight: bold;
}

.iabout .group .item span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #cbaf8f;
  position: absolute;
}

.iabout .group .item p{
	font-size: 16px;
	color: #666666;
}

.ipro{
	background-color: #f2f2f2;
}

.ipro .tit{
	float: left;
}

.ipro .ipro_box{
	padding-top: 68px;
}

.ipro .ipro_box .ipro_nav{
	float: right;
	margin-top: 55px;
}

.ipro .ipro_box .ipro_nav ul li{
	float: left;
	background-color: #fff;
	padding: 14px 14px;
	margin-left: 5px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}

.ipro .ipro_box .ipro_nav ul li.on{
	background-color: #cbaf8f;
	color: #fff;
	font-weight: bold;
}

.ipro .bd{
	margin-top: 66px;
}

.ipro .bd .bd_box .item{
	float: left;
	width: 301px;
	margin-right: 32px;
	margin-bottom: 32px;
}

.ipro .bd .bd_box .item:nth-child(4n){
	margin-right: 0;
}

.ipro .bd .bd_box .item .img-cover{
	width: 100%;
	height: 301px;
	background-color: #fff;
}

.ipro .bd .bd_box .item .img_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ipro .bd .bd_box .item p{
	padding: 25px 0;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	color: #333333;
	border-top: 1px solid #dcdcdc;
}

.ipro .ipro_a{
	padding-top: 35px;
	padding-bottom: 82px;
	text-align: center;
}

.ipro .ipro_a a{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	padding-left: 30px;
	position: relative;
}

.ipro .ipro_a a::before{
	display: inline-block;
	width: 19px;
	height: 19px;
	content: "";
	background: url(../images/iabout_icon.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}

.tit2{
	padding-top: 96px;
	text-align: center;
	color: #fff;
}

.tit2 i{
	font-size: 30px;
}

.tit2 h2{
	font-size: 42px;
	font-weight: bold;
}

.iadvantage{
	background: url(../images/iadvantage_bg.jpg) no-repeat center;
	height: 981px;
}

.iadvantage .iadvantage_box{
	margin-top: 66px;
}

.iadvantage .iadvantage_box .img_box{
	float: left;
	width: 730px;
	height: 560px;
	overflow: hidden;
}

.iadvantage .iadvantage_box .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iadvantage .iadvantage_box .text_box{
	background-color: #f6f0ea;
	width: 570px;
	height: 560px;
	float: left;
}

.iadvantage .iadvantage_box .text_box .text{
	padding: 96px 68px 0 68px;
}

.iadvantage .iadvantage_box .text_box .text em{
	display: block;
	width: 43px;
	height: 13px;
	background: url(../images/tit_icon.png) no-repeat center;
	margin-bottom: 10px;
}

.iadvantage .iadvantage_box .text_box .text h3{
	font-size: 30px;
	color: #222222;
	font-weight: bold;
}

.iadvantage .iadvantage_box .text_box .text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 32px;
}

.iadvantage .iadvantage-swiper{
	height: 650px;
	position: relative;
	cursor: pointer;
}

.iadvantage .iadvantage-swiper .btn_group{
	position: absolute;
	bottom: 90px;
	right:0;
	width: 124px;
	height: 58px;
	z-index: 11;
}

.iadvantage .swiper-button-prev::after, .iadvantage .swiper-button-next::after {
  display: none;
}

.iadvantage .swiper-button-prev,.iadvantage .swiper-button-next{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
	position:absolute;
}

.iadvantage .swiper-button-prev{
	background-color: #fff;
	background-image: url(../images/iabout_l.png);
	left: 0;
	top: 22px;
}

.iadvantage .swiper-button-next{
	background-color: #cbaf8f;
	background-image: url(../images/iabout_r.png);
	right: 0;
	top: 22px;
}

.iadvantage .swiper-button-next.swiper-button-disabled,.iadvantage .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.iadvantage .iadvantage-swiper .swiper-pagination-bullet{
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
	border-radius: 6px;
	transition: all 0.3s ease-in;
	margin: 0 8px !important;
}

.iadvantage .iadvantage-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.icase .tit2{
	color: #333333;
}

.icase .icase_box{
	margin-top: 40px;
}

.icase .icase_nav .list{
	float: left;
	width: 185px;
	text-align: center;
	cursor: pointer;
}

.icase .icase_nav .list em{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 12px;
}

.icase .icase_nav .list:nth-child(1) em{
	background-image: url(../images/icase_nav1.png);
}
.icase .icase_nav .list:nth-child(2) em{
	background-image: url(../images/icase_nav2.png);
}
.icase .icase_nav .list:nth-child(3) em{
	background-image: url(../images/icase_nav3.png);
}
.icase .icase_nav .list:nth-child(4) em{
	background-image: url(../images/icase_nav4.png);
}
.icase .icase_nav .list:nth-child(5) em{
	background-image: url(../images/icase_nav5.png);
}
.icase .icase_nav .list:nth-child(6) em{
	background-image: url(../images/icase_nav6.png);
}
.icase .icase_nav .list:nth-child(7) em{
	background-image: url(../images/icase_nav7.png);
}

.icase .icase_nav .list.on:nth-child(1) em{
	background-image: url(../images/icase_nav11.png);
}
.icase .icase_nav .list.on:nth-child(2) em{
	background-image: url(../images/icase_nav22.png);
}
.icase .icase_nav .list.on:nth-child(3) em{
	background-image: url(../images/icase_nav33.png);
}
.icase .icase_nav .list.on:nth-child(4) em{
	background-image: url(../images/icase_nav44.png);
}
.icase .icase_nav .list.on:nth-child(5) em{
	background-image: url(../images/icase_nav55.png);
}
.icase .icase_nav .list.on:nth-child(6) em{
	background-image: url(../images/icase_nav66.png);
}
.icase .icase_nav .list.on:nth-child(7) em{
	background-image: url(../images/icase_nav77.png);
}

.icase .icase_nav .list h3{
	font-size: 19px;
	color: #333333;
	margin-bottom: 12px;
	font-weight: bold;
}

.icase .icase_nav .list.on h3{
	color: #bb986f;
}

.icase .icase_nav .list i{
	font-size: 14px;
	color: #888888;
}

.icase .icase_nav .list.on i{
	color: #cbaf8f;
}

.icase .bd{
	margin-top: 64px;
	margin-bottom: 72px;
}

.icase .bd .icase-swiper{
	height: 640px;
}

.icase .bd .icase-swiper .img_box{
	width: 635px;
	height: 465px;
	overflow: hidden;
	cursor: pointer;
}

.icase .bd .icase-swiper .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icase .bd .icase-swiper p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 28px 0;
	border-bottom: 1px solid #dcdcdc;
}

.icase .icase-swiper .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #bdbdbd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease-in;
    margin: 0 8px !important;
	opacity: 1;
}

.icase .icase-swiper .swiper-pagination-bullet-active {
    background: #cbaf8f;
}

.inews{
	background-color: #f5f5f5;
}

.inews .tit2{
	color: #333333;
}

.inews .inews_box{
	margin-top: 72px;
	padding-bottom: 122px;
}

.inews .inews_box .left{
	float: left;
	width: 638px;
}

.inews .inews_box .left .img_box{
	height: 350px;
	overflow: hidden;
}

.inews .inews_box .left .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inews .inews_box .left .text_box{
	background-color: #fff;
	height: 240px;
	box-shadow: 5px 6px 10px #dcdcdc;
}

.inews .inews_box .left .text_box .text{
	padding: 0 33px;
}

.inews .inews_box .left .text_box .text h3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-top: 38px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.inews .inews_box .left .text_box .text p{
	font-size: 15px;
	color: #888888;
	padding-top: 20px;
	line-height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.inews .inews_box .left .text_box .text i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin: 30px 0 20px 0;
}

.inews .inews_box .left .text_box .text span{
	font-size: 15px;
	color: #888888;
}

.inews .inews_box .right{
	float: right;
	width: 638px;
}

.inews .inews_box .right .item{
	height: 180px;
	margin-bottom: 25px;
	background-color: #fff;
	box-shadow: 5px 6px 10px #dcdcdc;
}

.inews .inews_box .right .item:last-child{
	margin-bottom: 0;
}

.inews .inews_box .right .item .text{
	padding: 0 27px;
}

.inews .inews_box .right .item .text h3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-bottom: 14px;
	padding-top: 32px;
}

.inews .inews_box .right .item .text p,.inews .inews_box .right .item .text span{
	font-size: 15px;
	color: #888888;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.inews .inews_box .right .item .text i{
	display: block;
	height: 1px;
	background-color: #dcdcdc;
	margin: 25px 0 18px 0;
}

.inews .inews_box .right .item:hover{
	background-color: #cbaf8f;
}

.inews .inews_box .right .item:hover .text h3,.inews .inews_box .right .item:hover .text span,.inews .inews_box .right .item:hover .text p{
	color: #fff;
}

.inews .inews_box .right .item:hover .text i{
	background-color: #fff;
}

.inc-banner {font-size:0;}
.inc-banner img {width:100%;}

/* .common_nav */
.common_nav{
	height: 80px;
	box-sizing: border-box;
}

.bottom{
	border-bottom: 1px solid #dcdcdc;
}

.common_nav ul li{
	font-size: 18px;
	color: #666666;
	float: left;
	line-height: 80px;
	border-left: 1px solid #dcdcdc;
	
}

.common_nav ul li:last-child{
	border-right: 1px solid #dcdcdc;
}

.common_nav ul li.on{
	color: #fff;
	background-color: #cbaf8f;
}

.common_nav ul li a{
	display: inline-block;
	padding: 0 42px;
}

.local{
	float: right;
	line-height: 80px;
	font-size: 15px;
	color: #888888;
}

/* about */
.about{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/about_bg.jpg);
	padding-bottom: 80px;
}

.about .about_box{
	padding-top: 104px;
}

.about .text_box{
	width: 48%;
	float: left;
	padding-top: 35px;
}

.about .text_box .text{
	margin-top: 44px;
}

.about .text_box .text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.about .img{
	float: right;
	width: 48%;
	height: 450px;
	overflow: hidden;
	cursor: pointer;
}

.about .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .group{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 60px;
}

.about .group .item {
  width: 260px;
  text-align: center;
  position: relative;
  padding: 52px 0;
  box-sizing: border-box;
  float: left;
}

.about .group .item span{
	font-size: 70px;
	color: #333333;
	position: relative;
	font-weight: bold;
}

.about .group .item span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #cbaf8f;
  position: absolute;
}

.about .group .item p{
	font-size: 16px;
	color: #666666;
}

.about .about_text{
	margin-top: 60px;
}

.about .about_text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.tit3{
	text-align: center;
}

.tit3 i{
	font-size: 30px;
	color: #c8c8c8;
}

.tit3 h2{
	font-size: 42px;
	color: #a9876d;
	font-weight: bold;
	margin-top: 14px;
}

.environment{
	background-color: #f2f2f2;
}

.environment .tit3{
	padding-top: 105px;
}

.environment .environment_nav{
	margin-top: 50px;
}

.environment .environment_nav ul{
	text-align: center;
}

.environment .environment_nav ul li{
	display: inline-block;
	background-color: #fff;
	padding: 18px 60px;
	font-size: 17px;
	color: #444444;
	margin-right: 18px;
	cursor: pointer;
}

.environment .environment_nav ul li:last-child{
	margin-right: 0;
}

.environment .environment_nav ul li.on{
	color: #fff;
	background-color: #cbaf8f;
}

.environment .bd{
	padding-top: 50px;
	padding-bottom: 112px;
}

.environment .bd_box .environment-swiper{
	height: 510px;
}

.environment .bd_box .environment-swiper .swiper-pagination{
	top: 500px;
}

.environment .swiper-button-prev::after, .environment .swiper-button-next::after {
  display: none;
}

.environment .swiper-button-next.swiper-button-disabled,.environment .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.environment .bd_box .environment-swiper .swiper-button-prev,.environment .bd_box .environment-swiper .swiper-button-next{
	width: 56px;
	height: 96px;
	background: rgba(0, 0, 0, 0.3);
	background-position: center;
	background-repeat: no-repeat;
	top: 200px;
}

.environment .bd_box .environment-swiper .swiper-button-prev{
	background-image: url(../images/about_l.png);
	left: 0;
}

.environment .bd_box .environment-swiper .swiper-button-next{
	background-image: url(../images/about_r.png);
	right: 0;
}

.environment .bd_box .environment-swiper .swiper-pagination-progressbar-fill{
	background-color: #cbaf8f;
}

.environment .img_box{
	width: 634px;
	height: 441px;
	overflow: hidden;
}

.environment .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mission{
	background: url(../images/mission_bg.jpg) no-repeat center;
	height: 654px;
}

.mission .tit3{
	padding-top: 163px;
}

.mission .tit3 i,.mission .tit3 h2{
	color: #fff;
}

.mission .text{
	width: 662px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 90px auto 0 auto;
}

.mission .text::before{
	content: "“";
	font-size: 118px;
	position: absolute;
	top: -42px;
    left: -80px;
}

.mission .text::after{
	content: "”";
	font-size: 118px;
	position: absolute;
	bottom: -96px;
    right: -90px;
}

.mission .text p{
	font-size: 30px;
}

.mission .text i{
	display: inline-block;
	margin-top: 20px;
	font-size:16px;
	line-height: 28px;
}

.honor{
	background-color: #f2f2f2;
}

.honor .tit3{
	padding-top: 90px;
	margin-bottom: 50px;
}

.honor .honor_nav{
	margin-bottom: 70px;
}

.honor .honor_nav ul{
	text-align: center;
}

.honor .honor_nav ul li{
	display: inline-block;
	background-color: #fff;
	padding: 18px 60px;
	font-size: 17px;
	color: #444444;
	margin-right: 18px;
	cursor: pointer;
}

.honor .honor_nav ul li:last-child{
	margin-right: 0;
}

.honor .honor_nav ul li.on{
	color: #fff;
	background-color: #cbaf8f;
}


.honor .honor_box{
	margin-top: 56px;
	padding-bottom: 108px;
}

.honor .honor_box .item .img_box{
	width: 351px;
	height: 472px;
	overflow: hidden;
	padding: 30px 30px;
	background-color: #fff;
}

.honor .honor_box .item img{
	width: 100%;
	height: 100%;
	object-fit: contain
}

.honor .honor_box .item p{
	text-align: center;
	font-size: 16px;
	color: #444444;
	margin-top: 32px;
}

.honor .honor-swiper{
	height: 650px;
}

.honor .honor-swiper .swiper-pagination{
	top:640px
}

.honor .swiper-button-prev::after, .honor .swiper-button-next::after {
  display: none;
}

.honor .swiper-button-next.swiper-button-disabled,.honor .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.honor .honor-swiper .swiper-button-prev,.honor .honor-swiper .swiper-button-next{
	width: 56px;
	height: 96px;
	background: rgba(0, 0, 0, 0.3);
	background-position: center;
	background-repeat: no-repeat;
	top: 242px;
}

.honor .honor-swiper .swiper-button-prev{
	background-image: url(../images/about_l.png);
	left: 0;
}

.honor .honor-swiper .swiper-button-next{
	background-image: url(../images/about_r.png);
	right: 0;
}

.honor .honor-swiper .swiper-pagination-progressbar-fill{
	background-color: #cbaf8f;
}

/* contact */
.contact .contact_tit{
	margin-top: 118px;
	text-align: center;
}

.contact .contact_tit h2{
	font-size: 36px;
	color: #a9876d;
	font-weight: bold;
	margin-bottom: 14px;
}

.contact .contact_tit i{
	font-size: 16px;
	color: #b5b5b5;
}

.contact .contact_box{
	margin-top: 70px;
}

.contact .contact_box .item{
	float: left;
	width: 408px;
	height: 260px;
	margin-right: 38px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	display: table;
	cursor: pointer;
	margin-bottom: 38px;
}

.contact .contact_box .item:nth-child(3n){
	margin-right: 0;
}

.contact .contact_box .item .text{
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}

.contact .contact_box .item .text em{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.contact .contact_box .item:nth-child(1) .text em,.contact .contact_box .item:nth-child(2) .text em{
	width: 48px;
	height: 62px;
	background-size: auto 62px;
	background-image: url('../images/add2.png');
}

.contact .contact_box .item:nth-child(3) .text em{
	width: 61px;
	height: 61px;
	background-size: auto 61px;
	background-image: url('../images/phone2.png');
}

.contact .contact_box .item:nth-child(4) .text em{
	width: 63px;
	height: 49px;
	background-size: auto 49px;
	background-image: url('../images/email2.png');
}

.contact .contact_box .item:nth-child(5) .text em{
	width: 60px;
	height: 60px;
	background-size: auto 60px;
	background-image: url('../images/www2.png');
}

.contact .contact_box .item:nth-child(6) .text em{
	width: 146px;
	height: 147px;
	background-size: auto 147px;
	margin-bottom: 8px;
	background-image: url('../images/qr2.png');
}


.contact .contact_box .item .text h3{
	font-size: 16px;
	color: #666666;
	margin-bottom: 16px;
}

.contact .contact_box .item .text p{
	font-size: 16px;
	color: #333333;
}

.contact .contact_box .item:hover{
	background-color: #cbaf8f;
}

.contact .contact_box .item:hover .text h3,.contact .contact_box .item:hover .text p{
	color: #fff;
}

.contact .contact_box .item:hover:nth-child(1) .text em,.contact .contact_box .item:hover:nth-child(2) .text em{
	background-image: url('../images/add1.png');
}

.contact .contact_box .item:hover:nth-child(3) .text em{
	background-image: url('../images/phone1.png');
}

.contact .contact_box .item:hover:nth-child(4) .text em{
	background-image: url('../images/email1.png');
}

.contact .contact_box .item:hover:nth-child(5) .text em{
	background-image: url('../images/www1.png');
}

.contact .contact_box .item:hover:nth-child(6) .text em{
	background-image: url('../images/qr1.png');
}

.map{
	margin-top: 46px;
	width: 100%;
	height: 620px;
}

.map img{
	width: 100%;
}

/* case */
.case{
	background-color: #f2f2f2;
	padding-bottom: 106px;
}

.case .case_tit{
	padding-top: 70px;
	text-align: center;
}

.case .case_tit i{
	font-size: 30px;
	color: #d6d6d6;
}

.case .case_tit h2{
	font-size: 42px;
	color: #a9876d;
	font-weight: bold;
}

.case .case_nav{
	margin-top: 70px;
}

.case .case_nav ul li{
	float: left;
	background-color: #fff;
	margin-right: 16px;
	margin-bottom: 14.28px;
}

.case .case_nav ul li:nth-child(7n){
	margin-right: 0;
}

.case .case_nav ul li a {
	display: inline-block;
	font-size: 17px;
	color: #666666;
	/* width: 100%;
	height: 100%;
	padding: 20px 40px; */
	width: 172px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.case .case_nav ul li.on{
	background-color: #cbaf8f;
}

.case .case_nav ul li.on a{
	color: #fff;
}

.case .case_box{
	margin-top: 48px;
}

.case .case_box .item{
	float: left;
	width: 405px;
	margin-right: 42.5px;
	margin-bottom: 42.5px;
}

.case .case_box .item:nth-child(3n){
	margin-right: 0;
}

.case .case_box .item .img_box{
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.case .case_box .item .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case .case_box .item p{
	font-size: 16px;
	color: #333;
	background-color: #fff;
	padding: 24px 0;
	text-align: center;
}

/* news */
.news{
	background-color: #f2f2f2;
	padding-bottom: 104px;
}

.news .news_box{
	padding-top: 75px;
}

.news .news_box .item{
	height: 394px;
	background-color: #fff;
	margin-bottom: 40px;
}

.news .news_box .item:hover{
	box-shadow: 5px 6px 10px #dcdcdc;
}

.news .news_box .item .img_box{
	float: left;
	width: 572px;
	height: 314px;
	overflow: hidden;
	margin:40px 0 40px 40px;
}

.news .news_box .item .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news .news_box .item .text_box{
	float: left;
	width: 620px;
	padding-left: 54px;
}

.news .news_box .item .text_box .text{
	padding: 66px 45px 0 0;
}

.news .news_box .item .text_box .text h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .news_box .item .text_box .text p{
	font-size: 15px;
	color: #888888;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .news_box .item .text_box .text i{
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin: 116px 0 22px 0;
}

.news .news_box .item .text_box .text span{
	font-size: 15px;
	color: #888888;
}

/* newsv */
.newsv{
	background-color: #f2f2f2;
	padding: 80px;
}

.newsv .newsv_tit{
	text-align: center;
}

.newsv .newsv_tit h3{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.newsv .newsv_tit span{
	font-size: 18px;
	color: #333333;
}

.newsv .newsv_text{
	font-size: 16px;
	line-height: 30px;
	padding: 50px 0;
	border-bottom: 1px solid #dcdcdc;
}

.newsv .newsv_group{
	padding-top: 30px;
}

.newsv .newsv_group a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
}

/* jishu */

.jishu{
	background-color: #f2f2f2;
	padding-bottom: 76px;
}

.jishu_tit{
	text-align: center;
}

.jishu_tit i{
	font-size: 30px;
	color: #d6d6d6;
}

.jishu_tit h2{
	font-size: 42px;
	color: #a9876d;
	font-weight: bold;
}

.jishu .jishu_tit{
	padding-top: 104px;
}

.jishu .text_box{
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.jishu_nav .nav_box{
	position: relative;
	margin-top: 82px;
}

.jishu_nav .nav_box ul{
	text-align: center;
}

.jishu_nav .nav_box ul li{
	display: inline-block;
	background-color: #e7e7e7;
	width: 193px;
	height: 58px;
	line-height: 58px;
	font-size: 17px;
	color: #444444;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}

.jishu_nav .nav_box ul li:last-child{
	margin-right: 0;
}

.jishu_nav .nav_box ul li.on{
	background-color: #cbaf8f;
	color: #fff;
}

.jishu_nav .nav_box::before {
  content: '';
  background-image: url(../images/jishu_line.png);
  background-position: left;
  background-repeat: no-repeat;
  display: inline-block;
  width: 425px;
  height: 12px;
  position: absolute;
  top: 25px;
  left: 0;
}

.jishu_nav .nav_box::after {
  content: '';
  background-image: url(../images/jishu_line.png);
  background-position: right;
  background-repeat: no-repeat;
  display: inline-block;
  width: 425px;
  height: 12px;
  position: absolute;
  top: 25px;
  right: 0;
}

.jishu .bd .bd_box{
	margin-top: 50px;
}

.jishu .bd .bd_box .jishu-swiper{
	height: 520px;
}

.jishu .bd .bd_box .img_box{
	width: 634px;
	height: 440px;
	overflow: hidden;
}

.jishu .bd .bd_box .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jishu .jishu-swiper .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #bdbdbd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease-in;
    margin: 0 8px !important;
    opacity: 1;
}

.jishu .jishu-swiper .swiper-pagination-bullet-active {
    background: #cbaf8f;
}

.jishu .swiper-button-prev::after, .jishu .swiper-button-next::after {
  display: none;
}

.jishu .swiper-button-next.swiper-button-disabled,.jishu .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.jishu .bd_box .jishu-swiper .swiper-button-prev,.jishu .bd_box .jishu-swiper .swiper-button-next{
	width: 56px;
	height: 96px;
	background: rgba(0, 0, 0, 0.3);
	background-position: center;
	background-repeat: no-repeat;
	top: 200px;
}

.jishu .bd_box .jishu-swiper .swiper-button-prev{
	background-image: url(../images/about_l.png);
	left: 0;
}

.jishu .bd_box .jishu-swiper .swiper-button-next{
	background-image: url(../images/about_r.png);
	right: 0;
}

.jishu2 .jishu_tit:nth-child(1){
	margin-top: 120px;
}

.jishu2 .jishu2_box{
	margin-top: 42px;
	margin-bottom: 100px;
}

.jishu2 .jishu2_box .item{
	display: inline-block;
	margin-right: 47px;
	position: relative;
}

.jishu2 .jishu2_box .item:last-child{
	margin-right: 0;
}

.jishu2 .jishu2_box .item::after{
	content: "";
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../images/jishu_next.png) no-repeat center;
	position: absolute;
	right: -34px;
	top: 34px;
}

.jishu2 .jishu2_box .item:last-child::after{
	content: none;
}

.jishu2 .jishu2_box .item em{
	display: inline-block;
	width: 83px;
	height: 83px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 14px;
}

.jishu2 .jishu2_box .item p{
	font-size: 16px;
	font-weight: bold;
	color: #a9876d;
	text-align: center;
}

.jishu3{
	background-color: #f2f2f2;
	padding-bottom: 94px;
}

.jishu3 .jishu_tit{
	padding-top: 88px;
}

.jishu3 .jishu3_box{
	padding-top: 68px;
}

.jishu3 .jishu3_box .jishu3-swiper{
	height: 540px;
}

.jishu3 .jishu3_box .img_box{
	width: 308px;
	height: 380px;
	overflow: hidden;
}

.jishu3 .jishu3_box .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jishu3 .jishu3_box p{
	font-size: 18px;
	color: #333333;
	background-color: #fff;
	padding: 22px 0;
	text-align: center;
}

.jishu3 .jishu3-swiper .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #bdbdbd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease-in;
    margin: 0 8px !important;
    opacity: 1;
}

.jishu3 .jishu3-swiper .swiper-pagination-bullet-active {
    background: #cbaf8f;
}

.equipment{
	padding-bottom: 90px;
}

.equipment .jishu_tit{
	padding-top: 96px;
}

.equipment .equipment_box{
	margin-top: 60px;
}

.equipment .equipment_box .equipment-swiper{
	height: 600px;
}

.equipment .equipment_box .img_box{
	width: 634px;
	height: 440px;
	overflow: hidden;
}

.equipment .equipment_box .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.equipment .equipment_box p{
	font-size: 18px;
	color: #444444;
	margin-top: 30px;
	text-align: center;
}

.equipment .equipment-swiper .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #bdbdbd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease-in;
    margin: 0 8px !important;
    opacity: 1;
}

.equipment .equipment-swiper .swiper-pagination-bullet-active {
    background: #cbaf8f;
}

.equipment .swiper-button-prev::after, .equipment .swiper-button-next::after {
  display: none;
}

.equipment .swiper-button-next.swiper-button-disabled,.equipment .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.equipment .equipment-swiper .swiper-button-prev,.equipment .equipment-swiper .swiper-button-next{
	width: 56px;
	height: 96px;
	background: rgba(0, 0, 0, 0.3);
	background-position: center;
	background-repeat: no-repeat;
	top: 200px;
}

.equipment .equipment-swiper .swiper-button-prev{
	background-image: url(../images/about_l.png);
	left: 0;
}

.equipment .equipment-swiper .swiper-button-next{
	background-image: url(../images/about_r.png);
	right: 0;
}

.service{
	padding-bottom: 100px;
}

.service .jishu_tit{
	margin-top: 95px;
}

.service .jishu_tit span{
	font-size: 16px;
	color: #666666;
	margin-top: 18px;
	display: block;
}

.service .service_box{
	margin-top: 72px;
}

.service .service_box .item{
	float: left;
	width: 414px;
	margin-right: 29px;
	cursor: pointer;
}

.service .service_box .item:last-child{
	margin-right: 0;
}

.service .service_box .item .img_box{
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.service .service_box .item .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service .service_box .item .text_box{
	border: 1px solid #dcdcdc;
	border-top: 0;
	height: 290px;
	box-sizing: border-box;
}

.service .service_box .item .text_box .text{
	padding: 0 30px;
}

.service .service_box .item .text_box .text h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-top: 50px;
}

.service .service_box .item .text_box .text p{
	padding-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.service .service_box .item:hover .text_box{
	background-color: #cbaf8f;
}

.service .service_box .item:hover .text_box .text h3,.service .service_box .item:hover .text_box .text p{
	color: #fff;
}

.future{
	background: url(../images/future_bg.jpg) no-repeat center;
}

/* pro */
.pro{
	background-color: #f2f2f2;
	padding-bottom: 106px;
}

.pro .pro_tit{
	padding-top: 82px;
	text-align: center;
}

.pro .pro_tit i{
	font-size: 30px;
	color: #d6d6d6;
}

.pro .pro_tit h2{
	font-size: 42px;
	color: #a9876d;
	font-weight: bold;
}

.pro .pro_nav{
	/*margin-top: 70px;*/
	background-color: #fff;;
}

.pro .pro_nav ul li{
	float: left;
	background-color: #fff;
	margin-right: 12.8px;
	/*margin-bottom: 12.8px;*/
}

.pro .pro_nav ul li:nth-child(6n){
	margin-right: 0;
}

.pro .pro_nav ul li a {
	display: inline-block;
	font-size: 17px;
	color: #666666;
	/* width: 100%;
	height: 100%;
	padding: 20px 40px; */
	width: 206px;
	height: 76px;
	line-height: 76px;
	text-align: center;
}

.pro .pro_nav ul li.on{
	background-color: #cbaf8f;
}

.pro .pro_nav ul li.on a{
	color: #fff;
}

.pro .pro_nav_2 ul li{
	float: left;
	/*background-color: #fff;*/
	margin-right: 12.8px;
	/*margin-bottom: 12.8px;*/
}

.pro .pro_nav_2 ul li:nth-child(6n){
	margin-right: 0;
}

.pro .pro_nav_2 ul li a {
	display: inline-block;
	font-size: 17px;
	color: #666666;
	/* width: 100%;
	height: 100%;
	padding: 20px 40px; */
	width: 206px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding-top: 30px;
}

.pro .pro_nav_2 ul li.on{
    border-bottom: 2px solid #cbaf8f;
}

.pro .pro_box{
	margin-top: 48px;
}

.pro .pro_box .item{
	float: left;
	width: 301px;
	margin-right: 32px;
	margin-bottom: 32px;
}

.pro .pro_box .item:nth-child(4n){
	margin-right: 0;
}

.pro .pro_box .item .img_box{
	width: 100%;
	height: 301px;
	overflow: hidden;
	background-color: #fff;
}

.pro .pro_box .item .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro .pro_box .item p{
	font-size: 16px;
	color: #333;
	background-color: #fff;
	padding: 24px 0;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}

.pro .pro_box .item:hover p{
	background-color: #cbaf8f;
	color: #fff;
}

/* prov */
.prov_local .local{
	float: left;
}

.prov .prov_box{
	margin-top: 36px;
}

.prov .prov_box .img_box{
	float: left;
	width: 627px;
	height: 550px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}

.prov .prov_box .img_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.prov .prov_box .text_box{
	float: left;
	width: 593px;
	height: 465px;
	padding-left: 80px;
}

.prov .prov_box .text_box h3{
	font-size: 28px;
	color: #333333;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding: 22px 0;
}

.prov .prov_box .text_box .text{
	margin-top: 26px;
}

.prov .prov_box .text_box .text p{
	font-size: 15px;
	color: #666666;
	line-height: 35px;
}

.prov .prov_box .text_box .text span{
	font-size: 15px;
	color: #222222;
	font-weight: bold;
}

.prov .prov_box .text_box .button{
	margin-top: 60px;
}

.prov .prov_box .text_box .button a{
	display: inline-block;
	width: 162px;
	height: 52px;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	line-height: 52px;
	text-align: center;
	box-sizing: border-box;
	font-size: 15px;
	color: #666666;
}

.prov .prov_box .text_box .button a:hover{
	background-color: #cbaf8f;
	color: #fff;
}

.prov_content{
	margin-top: 60px;
}

.prov_content .prov_tit{
	height: 49px;
	background-color: #cbaf8f;
}

.prov_content .prov_tit .tit_bg{
	display: inline-block;
	width: 5px;
	height: 49px;
	background-color: #fff;
	margin-left: 38px;
	text-align: center;
	transform: skewX(-15deg);
	float: left;
}

.prov_content .prov_tit .tit_box{
	display: inline-block;
	width: 124px;
	height: 49px;
	background-color: #fff;
	margin-left: 6px;
	text-align: center;
	transform: skewX(-15deg);
	float: left;
}

.prov_content .prov_tit .tit_box h3{
	line-height: 49px;
	transform: skewX(15deg);
	font-size: 20px;
	color: #000000;
}

.prov_content .content{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 62px;
}

.prov_content .parameter{
	margin-top: 64px;
	margin-bottom: 92px;
}

.prov_content .parameter .parameter_tit{
	font-size: 20px;
	color: #222222;
}

.prov_content .parameter table{
	margin-top: 30px;
	border: 1px solid #d2d2d2;
}

.prov_content .parameter table td{
	font-size: 16px;
	color: #222222;
	vertical-align: middle;
	text-align: center;
	width: 130px;
	height: 40px;
	box-sizing: border-box;
}

.prov_content .parameter table .td1{
	width: 130px;
	border-right: 1px solid #fff;
}

.prov_content .parameter table .td2{
	width: 130px;
	border-left: 1px solid #fff;
}

.prov_content .parameter table tr .td3{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.prov_content .parameter table .td3:last-child{
	border-right: 0;
}

.prov_content .parameter table .bg{
	background-color: #cbaf8f;
	color: #fff;
}

.prov_content .parameter tr:nth-child(2n){
	background-color: #f1f1f1;
}

.other{
	background-color: #f2f2f2;
}

.other .other_tit{
	background-color: #cbaf8f;
	width: 216px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 18px;
	color: #fff5f5;
	text-align: center;
	margin-top: 76px;
}

.other .other_box{
	padding-top: 42px;
	padding-bottom: 90px;
}

.other .other_box .item{
	width: 301px;
	float: left;
	margin-right: 32px;
}

.other .other_box .item:last-child{
	margin-right: 0;
}

.other .other_box .item .img_box{
	width: 100%;
	height: 301px;
	overflow: hidden;
	background-color: #fff;
}

.other .other_box .item .img_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.other .other_box .item p{
	font-size: 16px;
	color: #333333;
	padding: 26px 0;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}

